@charset "utf-8";

.first-view {
  height: calc(100vh);
  background-image: url(../images/error/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #352c2c;
  font-weight: bold;
  text-align: center;
}

.first-view-text h1 {
  font-size: 25px;
  margin-top: 20px;
}

.first-view-text p {
  font-size: 14px;
  margin-top: 20px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: rgb(255, 255, 0);
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000cc;
}

.link-button:hover {
  background-color: #b5b800;
}

.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

.logo1 {
  padding-top: 0;
  max-width:100px;
  margin-left: auto;
  margin-right: auto;
}

.treasure {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .first-view {
    background-image: url(../images/error/sp-bg-main3.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 200px;
  }

  .first-view-text h1 {
    font-size: 25px;
    line-height: 20px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }

  .link-button {
    margin: 10px;
  }

  @media (max-width: 500px) {
    .first-view {
      background-image: url(../images/error/sp-bg-main4.jpg);
      align-items: flex-start;
    }
    .first-view-text {
      padding-top: 200px;
    }
  }

  @media (max-width: 418px) {
    .first-view-text h1 {
      font-size: 20px;
      line-height: 20px;
    }
  }

  @media (max-height: 710px) {
    .first-view {
      background-image: url(../images/error/sp-bg-main5.jpg);
      align-items: flex-start;
    }
  }
}